home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / meschach / !Meschach / MakeLib < prev    next >
Text File  |  1994-08-04  |  18KB  |  728 lines

  1. # Project:   Meschach
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback  -DRISC_OS  
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12. PCflags = -c -depend !Depend -throwback -IP:
  13. ASflags = -throwback
  14.  
  15.  
  16. # Final targets:
  17. @.ztorture:   @.o.ztorture @.o.meschach C:o.stubs 
  18.         link $(linkflags) @.o.ztorture @.o.meschach C:o.stubs 
  19. @.sptort:   @.o.sptort @.o.meschach C:o.stubs 
  20.         link $(linkflags) @.o.sptort @.o.meschach C:o.stubs 
  21. @.mfuntort:   @.o.mfuntort @.o.meschach C:o.stubs 
  22.         link $(linkflags) @.o.mfuntort @.o.meschach C:o.stubs 
  23. @.memtort:   @.o.memtort @.o.meschach C:o.stubs 
  24.         link $(linkflags) @.o.memtort @.o.meschach C:o.stubs 
  25. @.itertort:   @.o.itertort @.o.meschach C:o.stubs 
  26.         link $(linkflags) @.o.itertort @.o.meschach C:o.stubs 
  27. @.iotort:   @.o.iotort @.o.meschach C:o.stubs 
  28.         link $(linkflags) @.o.iotort @.o.meschach C:o.stubs 
  29. @.torture:   @.o.torture @.o.meschach C:o.stubs 
  30.         link $(linkflags) @.o.torture @.o.meschach C:o.stubs 
  31. @.o.meschach:   @.o.arnoldi @.o.bdfactor @.o.bkpfacto @.o.chfactor \
  32.         @.o.conjgrad @.o.copy @.o.err @.o.fft @.o.givens @.o.hessen @.o.hsehldr @.o.init @.o.iter0 \
  33.         @.o.iternsym @.o.itersym @.o.ivecop @.o.lanczos @.o.lufactor @.o.matlab @.o.matop \
  34.         @.o.matrixio @.o.meminfo @.o.memory @.o.memstat @.o.mfunc @.o.norm @.o.otherio @.o.pxop \
  35.         @.o.qrfactor @.o.schur @.o.solve @.o.sparse @.o.sparseio @.o.spbkp @.o.spchfctr \
  36.         @.o.splufctr @.o.sprow @.o.spswap @.o.submat @.o.svd @.o.symmeig @.o.update @.o.vecop \
  37.         @.o.version @.o.zcopy @.o.zfunc @.o.zgivens @.o.zhessen @.o.zhsehldr @.o.zlufctr \
  38.         @.o.zmachine @.o.zmatio @.o.zmatlab @.o.zmatop @.o.zmemory @.o.znorm @.o.zqrfctr \
  39.         @.o.zschur @.o.zsolve @.o.zvecop @.o.machine 
  40.         libfile $(libfileflags) @.o.arnoldi @.o.bdfactor @.o.bkpfacto \
  41.         @.o.chfactor @.o.conjgrad @.o.copy @.o.err @.o.fft @.o.givens @.o.hessen @.o.hsehldr \
  42.         @.o.init @.o.iter0 @.o.iternsym @.o.itersym @.o.ivecop @.o.lanczos @.o.lufactor \
  43.         @.o.matlab @.o.matop @.o.matrixio @.o.meminfo @.o.memory @.o.memstat @.o.mfunc @.o.norm \
  44.         @.o.otherio @.o.pxop @.o.qrfactor @.o.schur @.o.solve @.o.sparse @.o.sparseio @.o.spbkp \
  45.         @.o.spchfctr @.o.splufctr @.o.sprow @.o.spswap @.o.submat @.o.svd @.o.symmeig @.o.update \
  46.         @.o.vecop @.o.version @.o.zcopy @.o.zfunc @.o.zgivens @.o.zhessen @.o.zhsehldr \
  47.         @.o.zlufctr @.o.zmachine @.o.zmatio @.o.zmatlab @.o.zmatop @.o.zmemory @.o.znorm \
  48.         @.o.zqrfctr @.o.zschur @.o.zsolve @.o.zvecop @.o.machine 
  49.  
  50.  
  51. # User-editable dependencies:
  52.  
  53.  
  54. # Static dependencies:
  55. @.o.arnoldi:   @.c.arnoldi
  56.         cc $(ccflags) -o @.o.arnoldi @.c.arnoldi 
  57. @.o.bdfactor:   @.c.bdfactor
  58.         cc $(ccflags) -o @.o.bdfactor @.c.bdfactor 
  59. @.o.bkpfacto:   @.c.bkpfacto
  60.         cc $(ccflags) -o @.o.bkpfacto @.c.bkpfacto 
  61. @.o.chfactor:   @.c.chfactor
  62.         cc $(ccflags) -o @.o.chfactor @.c.chfactor 
  63. @.o.conjgrad:   @.c.conjgrad
  64.         cc $(ccflags) -o @.o.conjgrad @.c.conjgrad 
  65. @.o.copy:   @.c.copy
  66.         cc $(ccflags) -o @.o.copy @.c.copy 
  67. @.o.err:   @.c.err
  68.         cc $(ccflags) -o @.o.err @.c.err 
  69. @.o.fft:   @.c.fft
  70.         cc $(ccflags) -o @.o.fft @.c.fft 
  71. @.o.givens:   @.c.givens
  72.         cc $(ccflags) -o @.o.givens @.c.givens 
  73. @.o.hessen:   @.c.hessen
  74.         cc $(ccflags) -o @.o.hessen @.c.hessen 
  75. @.o.hsehldr:   @.c.hsehldr
  76.         cc $(ccflags) -o @.o.hsehldr @.c.hsehldr 
  77. @.o.init:   @.c.init
  78.         cc $(ccflags) -o @.o.init @.c.init 
  79. @.o.iter0:   @.c.iter0
  80.         cc $(ccflags) -o @.o.iter0 @.c.iter0 
  81. @.o.iternsym:   @.c.iternsym
  82.         cc $(ccflags) -o @.o.iternsym @.c.iternsym 
  83. @.o.itersym:   @.c.itersym
  84.         cc $(ccflags) -o @.o.itersym @.c.itersym 
  85. @.o.ivecop:   @.c.ivecop
  86.         cc $(ccflags) -o @.o.ivecop @.c.ivecop 
  87. @.o.lanczos:   @.c.lanczos
  88.         cc $(ccflags) -o @.o.lanczos @.c.lanczos 
  89. @.o.lufactor:   @.c.lufactor
  90.         cc $(ccflags) -o @.o.lufactor @.c.lufactor 
  91. @.o.matlab:   @.c.matlab
  92.         cc $(ccflags) -o @.o.matlab @.c.matlab 
  93. @.o.matop:   @.c.matop
  94.         cc $(ccflags) -o @.o.matop @.c.matop 
  95. @.o.matrixio:   @.c.matrixio
  96.         cc $(ccflags) -o @.o.matrixio @.c.matrixio 
  97. @.o.meminfo:   @.c.meminfo
  98.         cc $(ccflags) -o @.o.meminfo @.c.meminfo 
  99. @.o.memory:   @.c.memory
  100.         cc $(ccflags) -o @.o.memory @.c.memory 
  101. @.o.memstat:   @.c.memstat
  102.         cc $(ccflags) -o @.o.memstat @.c.memstat 
  103. @.o.mfunc:   @.c.mfunc
  104.         cc $(ccflags) -o @.o.mfunc @.c.mfunc 
  105. @.o.norm:   @.c.norm
  106.         cc $(ccflags) -o @.o.norm @.c.norm 
  107. @.o.otherio:   @.c.otherio
  108.         cc $(ccflags) -o @.o.otherio @.c.otherio 
  109. @.o.pxop:   @.c.pxop
  110.         cc $(ccflags) -o @.o.pxop @.c.pxop 
  111. @.o.qrfactor:   @.c.qrfactor
  112.         cc $(ccflags) -o @.o.qrfactor @.c.qrfactor 
  113. @.o.schur:   @.c.schur
  114.         cc $(ccflags) -o @.o.schur @.c.schur 
  115. @.o.solve:   @.c.solve
  116.         cc $(ccflags) -o @.o.solve @.c.solve 
  117. @.o.sparse:   @.c.sparse
  118.         cc $(ccflags) -o @.o.sparse @.c.sparse 
  119. @.o.sparseio:   @.c.sparseio
  120.         cc $(ccflags) -o @.o.sparseio @.c.sparseio 
  121. @.o.spbkp:   @.c.spbkp
  122.         cc $(ccflags) -o @.o.spbkp @.c.spbkp 
  123. @.o.spchfctr:   @.c.spchfctr
  124.         cc $(ccflags) -o @.o.spchfctr @.c.spchfctr 
  125. @.o.splufctr:   @.c.splufctr
  126.         cc $(ccflags) -o @.o.splufctr @.c.splufctr 
  127. @.o.sprow:   @.c.sprow
  128.         cc $(ccflags) -o @.o.sprow @.c.sprow 
  129. @.o.spswap:   @.c.spswap
  130.         cc $(ccflags) -o @.o.spswap @.c.spswap 
  131. @.o.submat:   @.c.submat
  132.         cc $(ccflags) -o @.o.submat @.c.submat 
  133. @.o.svd:   @.c.svd
  134.         cc $(ccflags) -o @.o.svd @.c.svd 
  135. @.o.symmeig:   @.c.symmeig
  136.         cc $(ccflags) -o @.o.symmeig @.c.symmeig 
  137. @.o.update:   @.c.update
  138.         cc $(ccflags) -o @.o.update @.c.update 
  139. @.o.vecop:   @.c.vecop
  140.         cc $(ccflags) -o @.o.vecop @.c.vecop 
  141. @.o.version:   @.c.version
  142.         cc $(ccflags) -o @.o.version @.c.version 
  143. @.o.zcopy:   @.c.zcopy
  144.         cc $(ccflags) -o @.o.zcopy @.c.zcopy 
  145. @.o.zfunc:   @.c.zfunc
  146.         cc $(ccflags) -o @.o.zfunc @.c.zfunc 
  147. @.o.zgivens:   @.c.zgivens
  148.         cc $(ccflags) -o @.o.zgivens @.c.zgivens 
  149. @.o.zhessen:   @.c.zhessen
  150.         cc $(ccflags) -o @.o.zhessen @.c.zhessen 
  151. @.o.zhsehldr:   @.c.zhsehldr
  152.         cc $(ccflags) -o @.o.zhsehldr @.c.zhsehldr 
  153. @.o.zlufctr:   @.c.zlufctr
  154.         cc $(ccflags) -o @.o.zlufctr @.c.zlufctr 
  155. @.o.zmachine:   @.c.zmachine
  156.         cc $(ccflags) -o @.o.zmachine @.c.zmachine 
  157. @.o.zmatio:   @.c.zmatio
  158.         cc $(ccflags) -o @.o.zmatio @.c.zmatio 
  159. @.o.zmatlab:   @.c.zmatlab
  160.         cc $(ccflags) -o @.o.zmatlab @.c.zmatlab 
  161. @.o.zmatop:   @.c.zmatop
  162.         cc $(ccflags) -o @.o.zmatop @.c.zmatop 
  163. @.o.zmemory:   @.c.zmemory
  164.         cc $(ccflags) -o @.o.zmemory @.c.zmemory 
  165. @.o.znorm:   @.c.znorm
  166.         cc $(ccflags) -o @.o.znorm @.c.znorm 
  167. @.o.zqrfctr:   @.c.zqrfctr
  168.         cc $(ccflags) -o @.o.zqrfctr @.c.zqrfctr 
  169. @.o.zschur:   @.c.zschur
  170.         cc $(ccflags) -o @.o.zschur @.c.zschur 
  171. @.o.zsolve:   @.c.zsolve
  172.         cc $(ccflags) -o @.o.zsolve @.c.zsolve 
  173. @.o.zvecop:   @.c.zvecop
  174.         cc $(ccflags) -o @.o.zvecop @.c.zvecop 
  175. @.o.machine:   @.c.machine
  176.         cc $(ccflags) -o @.o.machine @.c.machine 
  177. @.o.torture:   @.c.torture
  178.         cc $(ccflags) -o @.o.torture @.c.torture 
  179. @.o.iotort:   @.c.iotort
  180.         cc $(ccflags) -o @.o.iotort @.c.iotort 
  181. @.o.itertort:   @.c.itertort
  182.         cc $(ccflags) -o @.o.itertort @.c.itertort 
  183. @.o.memtort:   @.c.memtort
  184.         cc $(ccflags) -o @.o.memtort @.c.memtort 
  185. @.o.mfuntort:   @.c.mfuntort
  186.         cc $(ccflags) -o @.o.mfuntort @.c.mfuntort 
  187. @.o.sptort:   @.c.sptort
  188.         cc $(ccflags) -o @.o.sptort @.c.sptort 
  189. @.o.ztorture:   @.c.ztorture
  190.         cc $(ccflags) -o @.o.ztorture @.c.ztorture 
  191.  
  192.  
  193. # Dynamic dependencies:
  194. o.version:    c.version
  195. o.arnoldi:    c.arnoldi
  196. o.arnoldi:    h.matrix
  197. o.arnoldi:    h.machine
  198. o.arnoldi:    h.err
  199. o.arnoldi:    h.machine
  200. o.arnoldi:    h.meminfo
  201. o.arnoldi:    h.matrix2
  202. o.arnoldi:    h.matrix
  203. o.arnoldi:    h.sparse
  204. o.arnoldi:    h.matrix
  205. o.bdfactor:    c.bdfactor
  206. o.bdfactor:    h.matrix2
  207. o.bdfactor:    h.matrix
  208. o.bdfactor:    h.machine
  209. o.bdfactor:    h.err
  210. o.bdfactor:    h.machine
  211. o.bdfactor:    h.meminfo
  212. o.bkpfacto:    c.bkpfacto
  213. o.bkpfacto:    h.matrix
  214. o.bkpfacto:    h.machine
  215. o.bkpfacto:    h.err
  216. o.bkpfacto:    h.machine
  217. o.bkpfacto:    h.meminfo
  218. o.bkpfacto:    h.matrix2
  219. o.bkpfacto:    h.matrix
  220. o.chfactor:    c.chfactor
  221. o.chfactor:    h.matrix
  222. o.chfactor:    h.machine
  223. o.chfactor:    h.err
  224. o.chfactor:    h.machine
  225. o.chfactor:    h.meminfo
  226. o.chfactor:    h.matrix2
  227. o.chfactor:    h.matrix
  228. o.conjgrad:    c.conjgrad
  229. o.conjgrad:    h.matrix
  230. o.conjgrad:    h.machine
  231. o.conjgrad:    h.err
  232. o.conjgrad:    h.machine
  233. o.conjgrad:    h.meminfo
  234. o.conjgrad:    h.sparse
  235. o.conjgrad:    h.matrix
  236. o.copy:    c.copy
  237. o.copy:    h.matrix
  238. o.copy:    h.machine
  239. o.copy:    h.err
  240. o.copy:    h.machine
  241. o.copy:    h.meminfo
  242. o.err:    c.err
  243. o.err:    h.err
  244. o.err:    h.machine
  245. o.fft:    c.fft
  246. o.fft:    h.matrix
  247. o.fft:    h.machine
  248. o.fft:    h.err
  249. o.fft:    h.machine
  250. o.fft:    h.meminfo
  251. o.fft:    h.matrix2
  252. o.fft:    h.matrix
  253. o.givens:    c.givens
  254. o.givens:    h.matrix
  255. o.givens:    h.machine
  256. o.givens:    h.err
  257. o.givens:    h.machine
  258. o.givens:    h.meminfo
  259. o.givens:    h.matrix2
  260. o.givens:    h.matrix
  261. o.hessen:    c.hessen
  262. o.hessen:    h.matrix
  263. o.hessen:    h.machine
  264. o.hessen:    h.err
  265. o.hessen:    h.machine
  266. o.hessen:    h.meminfo
  267. o.hessen:    h.matrix2
  268. o.hessen:    h.matrix
  269. o.hsehldr:    c.hsehldr
  270. o.hsehldr:    h.matrix
  271. o.hsehldr:    h.machine
  272. o.hsehldr:    h.err
  273. o.hsehldr:    h.machine
  274. o.hsehldr:    h.meminfo
  275. o.hsehldr:    h.matrix2
  276. o.hsehldr:    h.matrix
  277. o.init:    c.init
  278. o.init:    h.matrix
  279. o.init:    h.machine
  280. o.init:    h.err
  281. o.init:    h.machine
  282. o.init:    h.meminfo
  283. o.iter0:    c.iter0
  284. o.iter0:    h.iter
  285. o.iter0:    h.sparse
  286. o.iter0:    h.matrix
  287. o.iter0:    h.machine
  288. o.iter0:    h.err
  289. o.iter0:    h.machine
  290. o.iter0:    h.meminfo
  291. o.iternsym:    c.iternsym
  292. o.iternsym:    h.matrix
  293. o.iternsym:    h.machine
  294. o.iternsym:    h.err
  295. o.iternsym:    h.machine
  296. o.iternsym:    h.meminfo
  297. o.iternsym:    h.matrix2
  298. o.iternsym:    h.matrix
  299. o.iternsym:    h.sparse
  300. o.iternsym:    h.matrix
  301. o.iternsym:    h.iter
  302. o.iternsym:    h.sparse
  303. o.itersym:    c.itersym
  304. o.itersym:    h.matrix
  305. o.itersym:    h.machine
  306. o.itersym:    h.err
  307. o.itersym:    h.machine
  308. o.itersym:    h.meminfo
  309. o.itersym:    h.matrix2
  310. o.itersym:    h.matrix
  311. o.itersym:    h.sparse
  312. o.itersym:    h.matrix
  313. o.itersym:    h.iter
  314. o.itersym:    h.sparse
  315. o.ivecop:    c.ivecop
  316. o.ivecop:    h.matrix
  317. o.ivecop:    h.machine
  318. o.ivecop:    h.err
  319. o.ivecop:    h.machine
  320. o.ivecop:    h.meminfo
  321. o.lanczos:    c.lanczos
  322. o.lanczos:    h.matrix
  323. o.lanczos:    h.machine
  324. o.lanczos:    h.err
  325. o.lanczos:    h.machine
  326. o.lanczos:    h.meminfo
  327. o.lanczos:    h.sparse
  328. o.lanczos:    h.matrix
  329. o.lufactor:    c.lufactor
  330. o.lufactor:    h.matrix
  331. o.lufactor:    h.machine
  332. o.lufactor:    h.err
  333. o.lufactor:    h.machine
  334. o.lufactor:    h.meminfo
  335. o.lufactor:    h.matrix2
  336. o.lufactor:    h.matrix
  337. o.matlab:    c.matlab
  338. o.matlab:    h.matrix
  339. o.matlab:    h.machine
  340. o.matlab:    h.err
  341. o.matlab:    h.machine
  342. o.matlab:    h.meminfo
  343. o.matlab:    h.matlab
  344. o.matlab:    h.zmatrix
  345. o.matlab:    h.matrix
  346. o.matop:    c.matop
  347. o.matop:    h.matrix
  348. o.matop:    h.machine
  349. o.matop:    h.err
  350. o.matop:    h.machine
  351. o.matop:    h.meminfo
  352. o.matrixio:    c.matrixio
  353. o.matrixio:    h.matrix
  354. o.matrixio:    h.machine
  355. o.matrixio:    h.err
  356. o.matrixio:    h.machine
  357. o.matrixio:    h.meminfo
  358. o.meminfo:    c.meminfo
  359. o.meminfo:    h.matrix
  360. o.meminfo:    h.machine
  361. o.meminfo:    h.err
  362. o.meminfo:    h.machine
  363. o.meminfo:    h.meminfo
  364. o.meminfo:    h.meminfo
  365. o.meminfo:    h.zmatrix
  366. o.meminfo:    h.matrix
  367. o.meminfo:    h.sparse
  368. o.meminfo:    h.matrix
  369. o.meminfo:    h.iter
  370. o.meminfo:    h.sparse
  371. o.memory:    c.memory
  372. o.memory:    h.matrix
  373. o.memory:    h.machine
  374. o.memory:    h.err
  375. o.memory:    h.machine
  376. o.memory:    h.meminfo
  377. o.memstat:    c.memstat
  378. o.memstat:    h.matrix
  379. o.memstat:    h.machine
  380. o.memstat:    h.err
  381. o.memstat:    h.machine
  382. o.memstat:    h.meminfo
  383. o.memstat:    h.meminfo
  384. o.memstat:    h.zmatrix
  385. o.memstat:    h.matrix
  386. o.memstat:    h.sparse
  387. o.memstat:    h.matrix
  388. o.memstat:    h.iter
  389. o.memstat:    h.sparse
  390. o.mfunc:    c.mfunc
  391. o.mfunc:    h.matrix
  392. o.mfunc:    h.machine
  393. o.mfunc:    h.err
  394. o.mfunc:    h.machine
  395. o.mfunc:    h.meminfo
  396. o.mfunc:    h.matrix2
  397. o.mfunc:    h.matrix
  398. o.norm:    c.norm
  399. o.norm:    h.matrix
  400. o.norm:    h.machine
  401. o.norm:    h.err
  402. o.norm:    h.machine
  403. o.norm:    h.meminfo
  404. o.otherio:    c.otherio
  405. o.otherio:    h.matrix
  406. o.otherio:    h.machine
  407. o.otherio:    h.err
  408. o.otherio:    h.machine
  409. o.otherio:    h.meminfo
  410. o.pxop:    c.pxop
  411. o.pxop:    h.matrix
  412. o.pxop:    h.machine
  413. o.pxop:    h.err
  414. o.pxop:    h.machine
  415. o.pxop:    h.meminfo
  416. o.qrfactor:    c.qrfactor
  417. o.qrfactor:    h.matrix2
  418. o.qrfactor:    h.matrix
  419. o.qrfactor:    h.machine
  420. o.qrfactor:    h.err
  421. o.qrfactor:    h.machine
  422. o.qrfactor:    h.meminfo
  423. o.schur:    c.schur
  424. o.schur:    h.matrix
  425. o.schur:    h.machine
  426. o.schur:    h.err
  427. o.schur:    h.machine
  428. o.schur:    h.meminfo
  429. o.schur:    h.matrix2
  430. o.schur:    h.matrix
  431. o.solve:    c.solve
  432. o.solve:    h.matrix2
  433. o.solve:    h.matrix
  434. o.solve:    h.machine
  435. o.solve:    h.err
  436. o.solve:    h.machine
  437. o.solve:    h.meminfo
  438. o.sparse:    c.sparse
  439. o.sparse:    h.sparse
  440. o.sparse:    h.matrix
  441. o.sparse:    h.machine
  442. o.sparse:    h.err
  443. o.sparse:    h.machine
  444. o.sparse:    h.meminfo
  445. o.sparseio:    c.sparseio
  446. o.sparseio:    h.sparse
  447. o.sparseio:    h.matrix
  448. o.sparseio:    h.machine
  449. o.sparseio:    h.err
  450. o.sparseio:    h.machine
  451. o.sparseio:    h.meminfo
  452. o.spbkp:    c.spbkp
  453. o.spbkp:    h.matrix
  454. o.spbkp:    h.machine
  455. o.spbkp:    h.err
  456. o.spbkp:    h.machine
  457. o.spbkp:    h.meminfo
  458. o.spbkp:    h.sparse
  459. o.spbkp:    h.matrix
  460. o.spbkp:    h.sparse2
  461. o.spbkp:    h.sparse
  462. o.spchfctr:    c.spchfctr
  463. o.spchfctr:    h.matrix
  464. o.spchfctr:    h.machine
  465. o.spchfctr:    h.err
  466. o.spchfctr:    h.machine
  467. o.spchfctr:    h.meminfo
  468. o.spchfctr:    h.sparse
  469. o.spchfctr:    h.matrix
  470. o.spchfctr:    h.sparse2
  471. o.spchfctr:    h.sparse
  472. o.splufctr:    c.splufctr
  473. o.splufctr:    h.sparse2
  474. o.splufctr:    h.sparse
  475. o.splufctr:    h.matrix
  476. o.splufctr:    h.machine
  477. o.splufctr:    h.err
  478. o.splufctr:    h.machine
  479. o.splufctr:    h.meminfo
  480. o.sprow:    c.sprow
  481. o.sprow:    h.sparse
  482. o.sprow:    h.matrix
  483. o.sprow:    h.machine
  484. o.sprow:    h.err
  485. o.sprow:    h.machine
  486. o.sprow:    h.meminfo
  487. o.spswap:    c.spswap
  488. o.spswap:    h.matrix
  489. o.spswap:    h.machine
  490. o.spswap:    h.err
  491. o.spswap:    h.machine
  492. o.spswap:    h.meminfo
  493. o.spswap:    h.sparse
  494. o.spswap:    h.matrix
  495. o.spswap:    h.sparse2
  496. o.spswap:    h.sparse
  497. o.submat:    c.submat
  498. o.submat:    h.matrix
  499. o.submat:    h.machine
  500. o.submat:    h.err
  501. o.submat:    h.machine
  502. o.submat:    h.meminfo
  503. o.svd:    c.svd
  504. o.svd:    h.matrix
  505. o.svd:    h.machine
  506. o.svd:    h.err
  507. o.svd:    h.machine
  508. o.svd:    h.meminfo
  509. o.svd:    h.matrix2
  510. o.svd:    h.matrix
  511. o.symmeig:    c.symmeig
  512. o.symmeig:    h.matrix
  513. o.symmeig:    h.machine
  514. o.symmeig:    h.err
  515. o.symmeig:    h.machine
  516. o.symmeig:    h.meminfo
  517. o.symmeig:    h.matrix2
  518. o.symmeig:    h.matrix
  519. o.update:    c.update
  520. o.update:    h.matrix
  521. o.update:    h.machine
  522. o.update:    h.err
  523. o.update:    h.machine
  524. o.update:    h.meminfo
  525. o.update:    h.matrix2
  526. o.update:    h.matrix
  527. o.vecop:    c.vecop
  528. o.vecop:    h.matrix
  529. o.vecop:    h.machine
  530. o.vecop:    h.err
  531. o.vecop:    h.machine
  532. o.vecop:    h.meminfo
  533. o.zcopy:    c.zcopy
  534. o.zcopy:    h.zmatrix
  535. o.zcopy:    h.matrix
  536. o.zcopy:    h.machine
  537. o.zcopy:    h.err
  538. o.zcopy:    h.machine
  539. o.zcopy:    h.meminfo
  540. o.zfunc:    c.zfunc
  541. o.zfunc:    h.zmatrix
  542. o.zfunc:    h.matrix
  543. o.zfunc:    h.machine
  544. o.zfunc:    h.err
  545. o.zfunc:    h.machine
  546. o.zfunc:    h.meminfo
  547. o.zgivens:    c.zgivens
  548. o.zgivens:    h.zmatrix
  549. o.zgivens:    h.matrix
  550. o.zgivens:    h.machine
  551. o.zgivens:    h.err
  552. o.zgivens:    h.machine
  553. o.zgivens:    h.meminfo
  554. o.zgivens:    h.zmatrix2
  555. o.zgivens:    h.zmatrix
  556. o.zhessen:    c.zhessen
  557. o.zhessen:    h.zmatrix
  558. o.zhessen:    h.matrix
  559. o.zhessen:    h.machine
  560. o.zhessen:    h.err
  561. o.zhessen:    h.machine
  562. o.zhessen:    h.meminfo
  563. o.zhessen:    h.zmatrix2
  564. o.zhessen:    h.zmatrix
  565. o.zhsehldr:    c.zhsehldr
  566. o.zhsehldr:    h.zmatrix
  567. o.zhsehldr:    h.matrix
  568. o.zhsehldr:    h.machine
  569. o.zhsehldr:    h.err
  570. o.zhsehldr:    h.machine
  571. o.zhsehldr:    h.meminfo
  572. o.zhsehldr:    h.zmatrix2
  573. o.zhsehldr:    h.zmatrix
  574. o.zlufctr:    c.zlufctr
  575. o.zlufctr:    h.zmatrix
  576. o.zlufctr:    h.matrix
  577. o.zlufctr:    h.machine
  578. o.zlufctr:    h.err
  579. o.zlufctr:    h.machine
  580. o.zlufctr:    h.meminfo
  581. o.zlufctr:    h.zmatrix2
  582. o.zlufctr:    h.zmatrix
  583. o.zmachine:    c.zmachine
  584. o.zmachine:    h.machine
  585. o.zmachine:    h.zmatrix
  586. o.zmachine:    h.matrix
  587. o.zmachine:    h.machine
  588. o.zmachine:    h.err
  589. o.zmachine:    h.machine
  590. o.zmachine:    h.meminfo
  591. o.zmatio:    c.zmatio
  592. o.zmatio:    h.zmatrix
  593. o.zmatio:    h.matrix
  594. o.zmatio:    h.machine
  595. o.zmatio:    h.err
  596. o.zmatio:    h.machine
  597. o.zmatio:    h.meminfo
  598. o.zmatlab:    c.zmatlab
  599. o.zmatlab:    h.zmatrix
  600. o.zmatlab:    h.matrix
  601. o.zmatlab:    h.machine
  602. o.zmatlab:    h.err
  603. o.zmatlab:    h.machine
  604. o.zmatlab:    h.meminfo
  605. o.zmatlab:    h.matlab
  606. o.zmatlab:    h.zmatrix
  607. o.zmatop:    c.zmatop
  608. o.zmatop:    h.zmatrix
  609. o.zmatop:    h.matrix
  610. o.zmatop:    h.machine
  611. o.zmatop:    h.err
  612. o.zmatop:    h.machine
  613. o.zmatop:    h.meminfo
  614. o.zmemory:    c.zmemory
  615. o.zmemory:    h.zmatrix
  616. o.zmemory:    h.matrix
  617. o.zmemory:    h.machine
  618. o.zmemory:    h.err
  619. o.zmemory:    h.machine
  620. o.zmemory:    h.meminfo
  621. o.znorm:    c.znorm
  622. o.znorm:    h.zmatrix
  623. o.znorm:    h.matrix
  624. o.znorm:    h.machine
  625. o.znorm:    h.err
  626. o.znorm:    h.machine
  627. o.znorm:    h.meminfo
  628. o.zschur:    c.zschur
  629. o.zschur:    h.zmatrix
  630. o.zschur:    h.matrix
  631. o.zschur:    h.machine
  632. o.zschur:    h.err
  633. o.zschur:    h.machine
  634. o.zschur:    h.meminfo
  635. o.zschur:    h.zmatrix2
  636. o.zschur:    h.zmatrix
  637. o.zsolve:    c.zsolve
  638. o.zsolve:    h.zmatrix2
  639. o.zsolve:    h.zmatrix
  640. o.zsolve:    h.matrix
  641. o.zsolve:    h.machine
  642. o.zsolve:    h.err
  643. o.zsolve:    h.machine
  644. o.zsolve:    h.meminfo
  645. o.zvecop:    c.zvecop
  646. o.zvecop:    h.matrix
  647. o.zvecop:    h.machine
  648. o.zvecop:    h.err
  649. o.zvecop:    h.machine
  650. o.zvecop:    h.meminfo
  651. o.zvecop:    h.zmatrix
  652. o.zvecop:    h.matrix
  653. o.machine:    c.machine
  654. o.machine:    h.machine
  655. o.iotort:    c.iotort
  656. o.iotort:    h.sparse
  657. o.iotort:    h.matrix
  658. o.iotort:    h.machine
  659. o.iotort:    h.err
  660. o.iotort:    h.machine
  661. o.iotort:    h.meminfo
  662. o.iotort:    h.zmatrix
  663. o.iotort:    h.matrix
  664. o.itertort:    c.itertort
  665. o.itertort:    h.matrix2
  666. o.itertort:    h.matrix
  667. o.itertort:    h.machine
  668. o.itertort:    h.err
  669. o.itertort:    h.machine
  670. o.itertort:    h.meminfo
  671. o.itertort:    h.sparse2
  672. o.itertort:    h.sparse
  673. o.itertort:    h.matrix
  674. o.itertort:    h.iter
  675. o.itertort:    h.sparse
  676. o.memtort:    c.memtort
  677. o.memtort:    h.matrix2
  678. o.memtort:    h.matrix
  679. o.memtort:    h.machine
  680. o.memtort:    h.err
  681. o.memtort:    h.machine
  682. o.memtort:    h.meminfo
  683. o.memtort:    h.sparse2
  684. o.memtort:    h.sparse
  685. o.memtort:    h.matrix
  686. o.memtort:    h.zmatrix2
  687. o.memtort:    h.zmatrix
  688. o.memtort:    h.matrix
  689. o.mfuntort:    c.mfuntort
  690. o.mfuntort:    h.matrix
  691. o.mfuntort:    h.machine
  692. o.mfuntort:    h.err
  693. o.mfuntort:    h.machine
  694. o.mfuntort:    h.meminfo
  695. o.mfuntort:    h.matrix2
  696. o.mfuntort:    h.matrix
  697. o.sptort:    c.sptort
  698. o.sptort:    h.matrix2
  699. o.sptort:    h.matrix
  700. o.sptort:    h.machine
  701. o.sptort:    h.err
  702. o.sptort:    h.machine
  703. o.sptort:    h.meminfo
  704. o.sptort:    h.sparse2
  705. o.sptort:    h.sparse
  706. o.sptort:    h.matrix
  707. o.sptort:    h.iter
  708. o.sptort:    h.sparse
  709. o.zqrfctr:    c.zqrfctr
  710. o.zqrfctr:    h.zmatrix
  711. o.zqrfctr:    h.matrix
  712. o.zqrfctr:    h.machine
  713. o.zqrfctr:    h.err
  714. o.zqrfctr:    h.machine
  715. o.zqrfctr:    h.meminfo
  716. o.zqrfctr:    h.zmatrix2
  717. o.zqrfctr:    h.zmatrix
  718. o.ztorture:    c.ztorture
  719. o.ztorture:    h.zmatrix2
  720. o.ztorture:    h.zmatrix
  721. o.ztorture:    h.matrix
  722. o.ztorture:    h.machine
  723. o.ztorture:    h.err
  724. o.ztorture:    h.machine
  725. o.ztorture:    h.meminfo
  726. o.ztorture:    h.matlab
  727. o.ztorture:    h.zmatrix
  728.